home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 48
/
Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso
/
-in_the_mag-
/
workbench
/
html
/
quickbrowser
/
install
/
english
next >
Wrap
Text File
|
1999-11-13
|
625b
|
29 lines
; InstallerFX script
;(if (= x 1) (welcome))
;
;(onerror (CLEANUP))
;
; Cleanup any temporary mess we created
;(procedure CLEANUP
; Nothing to cleanup
; (delete "t:Logopic")bb
; (delete "t:Logopic.prefs")
;) ; CLEANUP
(copyfiles
(source "logopic")
(dest "t:")
(newname "Logopic")
)
(set ver "0.6")
(run "run c:InstallerFX t:logopic")
(message "QuickBrowser "ver "\nWelcome to the QuickBrowser installer script\n\nCopyright 1997/98, Stephen Griffiths & Griffware Productions")
(complete 0)
(set #Install-QuickBrowser "Where would you like QuickBrowser to be installed? I would advice to install it to C:")